func github.com/andybalholm/brotli.setDepth

2 uses

	github.com/andybalholm/brotli (current package)
		entropy_encode.go#L76: func setDepth(p0 int, pool []huffmanTree, depth []byte, max_depth int) bool {
		entropy_encode.go#L203: 		if setDepth(int(2*n-1), tree[0:], depth, tree_limit) {